Interface ParameterMapManager

All Superinterfaces:
IPCObject
All Known Implementing Classes:
ParameterMapManagerImpl

public interface ParameterMapManager extends IPCObject
Information provided by the PKI file:

    \class ParameterMapManager
    
    \brief ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
    
    \example network().getDevice("Router0").getParameterMapManager()
    
Author:
Auto-generated
  • Method Details

    • deleteParameterMap

      void deleteParameterMap(String name)
      Information provided by the PKI file:
      
          \brief Deletes the parameter map with the specified name.
          
          \param name, the name of the paramter map of interest.
          
              
      Parameters:
      name - Takes in a parameter of name
    • getParameterMap

      ParameterMap getParameterMap(String name)
      Information provided by the PKI file:
      
          \brief Returns the parameter map with the specified name.
          
          \param name, the name of the paramter map of interest.
          
          \return ParameterMap, the ParameterMap object with the specified name.
          
              
      Parameters:
      name - Takes in a parameter of name
      Returns:
      ParameterMap Returns a ParameterMap
    • getParameterMapAt

      ParameterMap getParameterMapAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the parameter map at the specified index.
          
          \param index, the index of the paramter map of interest.
          
          \return ParameterMap, the ParameterMap object at the specified index.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      ParameterMap Returns a ParameterMap
    • isParameterMapExists

      boolean isParameterMapExists(String str)
      Information provided by the PKI file:
      
          \brief Returns true if the paramter map with the specified name exists, otherwise false.
          
          \param name, the name of the paramter map of interest.
          
          \return bool, the true if the paramter map with the specified name exists, otherwise false.
          
              
      Parameters:
      str - Takes in a parameter of str
      Returns:
      boolean Returns a boolean
    • getParameterMapCount

      int getParameterMapCount()
      Information provided by the PKI file:
      
          \brief Returns the number of paramter maps.
          
          \return int, the number of paramter maps.
          
              
      Returns:
      int Returns a int